home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 November / CHIP Kasım 1997.iso / ARACLAR / TER500 / 500TER._XE / HOST.EXE / PASSWORD.TXT < prev   
Encoding:
Text File  |  1997-03-16  |  2.0 KB  |  96 lines

  1.  
  2. %
  3. % PASSWORD.TXT
  4. % ============
  5. %
  6. % File used by the Point system to have passwords on different systems
  7. % The passwords are not case-sensitive, % is comment lines
  8. % Passwords can be up to 8 chars long.
  9. % The PktPassword is used when sending netmail and you have speciel
  10. % netmail password. Also called PacketPassword
  11. %
  12. %
  13. % Keywords: (Affect ALL entries following)
  14. %
  15. %
  16. % @MINBAUD
  17. % ========
  18. %
  19. % This option is the minimum baud to allow for mail calls for nodes
  20. % listed below keyword.
  21. %
  22. % @DEVICE [device-code]
  23. % =====================
  24. %
  25. % Force device to use for all addresses listed after keyword until
  26. % end-of-file or new @DEVICE keyword is found.
  27. %
  28. %       0  For default device
  29. %   1..10  To force device
  30. %     255  For current device
  31. %
  32. % @DIALPREFIX [prefix-number]
  33. % ===========================
  34. %
  35. % Force a certain dial prefix command for all addresses listed after keyword
  36. % until end-of-file or new @DIALPREFIX keyword is found.
  37. %
  38. % @PHONE [number-to-dial]
  39. % =======================
  40. %
  41. % Dial this number instead of nodelist entry for all following entries.
  42. % Use @PHONE without number to disable function again
  43. %
  44. % Other keywords:
  45. %
  46. % @NOCALLALL [node-address]
  47. %
  48. % When using the /CALL ALL function from commandline, manual or hostmode,
  49. % you can prevent calling certain systems using this keyword. It will be
  50. % useful if you want to call everyone except your boss or other uplinks.
  51. % You can use as many @NOCALLALL keywords as you like.
  52. %
  53.  
  54. @NOCALLALL 2:236/11111
  55.  
  56. %
  57. % Node               Password        PktPassword
  58. % |----------------| |------|        |------|
  59.  
  60. %
  61. % Allow 2400 calls or more
  62. %
  63.  
  64. @MINBAUD 2400
  65.  
  66. 2:236/111.1          hix999
  67. 2:236/111.2          motown          secret
  68.  
  69. @PHONE 394 1230
  70. 2:236/111            xxxzz9
  71. @PHONE
  72.  
  73. %
  74. % Allow 19200 or more
  75. %
  76.  
  77. @MINBAUD 19200
  78.  
  79. 2:236/450
  80.  
  81. %
  82. % ISDN address
  83. %
  84.  
  85. @DEVICE 5
  86. @DIALPREFIX 4
  87. @MINBAUD 64000
  88. 2:236/2000           xxxzz9
  89.  
  90. %
  91. % Do not check the rest of the systems
  92. %
  93.  
  94. @MINBAUD 0
  95.  
  96.